1
namespace CSWebBrowserSuppressError
6 /// Required designer variable.
8 private System
.ComponentModel
.IContainer components
= null;
11 /// Clean up any resources being used.
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing
)
16 if (disposing
&& (components
!= null))
20 base.Dispose(disposing
);
23 #region Windows Form Designer generated code
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
29 private void InitializeComponent()
31 this.pnlMenu
= new System
.Windows
.Forms
.Panel();
32 this.chkSuppressAllDialog
= new System
.Windows
.Forms
.CheckBox();
33 this.chkSuppressNavigationError
= new System
.Windows
.Forms
.CheckBox();
34 this.tbUrl
= new System
.Windows
.Forms
.TextBox();
35 this.chkSuppressJITDebugger
= new System
.Windows
.Forms
.CheckBox();
36 this.chkSuppressHtmlElementError
= new System
.Windows
.Forms
.CheckBox();
37 this.btnNavigate
= new System
.Windows
.Forms
.Button();
38 this.lbUrl
= new System
.Windows
.Forms
.Label();
39 this.pnlBrowser
= new System
.Windows
.Forms
.Panel();
40 this.wbcSample
= new CSWebBrowserSuppressError
.WebBrowserEx();
41 this.pnlMenu
.SuspendLayout();
42 this.pnlBrowser
.SuspendLayout();
47 this.pnlMenu
.Controls
.Add(this.chkSuppressAllDialog
);
48 this.pnlMenu
.Controls
.Add(this.chkSuppressNavigationError
);
49 this.pnlMenu
.Controls
.Add(this.tbUrl
);
50 this.pnlMenu
.Controls
.Add(this.chkSuppressJITDebugger
);
51 this.pnlMenu
.Controls
.Add(this.chkSuppressHtmlElementError
);
52 this.pnlMenu
.Controls
.Add(this.btnNavigate
);
53 this.pnlMenu
.Controls
.Add(this.lbUrl
);
54 this.pnlMenu
.Dock
= System
.Windows
.Forms
.DockStyle
.Top
;
55 this.pnlMenu
.Location
= new System
.Drawing
.Point(0, 0);
56 this.pnlMenu
.Name
= "pnlMenu";
57 this.pnlMenu
.Size
= new System
.Drawing
.Size(824, 65);
58 this.pnlMenu
.TabIndex
= 1;
60 // chkSuppressAllDialog
62 this.chkSuppressAllDialog
.AutoSize
= true;
63 this.chkSuppressAllDialog
.Location
= new System
.Drawing
.Point(183, 42);
64 this.chkSuppressAllDialog
.Name
= "chkSuppressAllDialog";
65 this.chkSuppressAllDialog
.Size
= new System
.Drawing
.Size(119, 17);
66 this.chkSuppressAllDialog
.TabIndex
= 7;
67 this.chkSuppressAllDialog
.Text
= "Suppress all dialogs";
68 this.chkSuppressAllDialog
.UseVisualStyleBackColor
= true;
69 this.chkSuppressAllDialog
.CheckedChanged
+= new System
.EventHandler(this.chkSuppressAllDialog_CheckedChanged
);
71 // chkSuppressNavigationError
73 this.chkSuppressNavigationError
.AutoSize
= true;
74 this.chkSuppressNavigationError
.Location
= new System
.Drawing
.Point(308, 42);
75 this.chkSuppressNavigationError
.Name
= "chkSuppressNavigationError";
76 this.chkSuppressNavigationError
.Size
= new System
.Drawing
.Size(149, 17);
77 this.chkSuppressNavigationError
.TabIndex
= 6;
78 this.chkSuppressNavigationError
.Text
= "Suppress Navigation Error";
79 this.chkSuppressNavigationError
.UseVisualStyleBackColor
= true;
83 this.tbUrl
.Dock
= System
.Windows
.Forms
.DockStyle
.Top
;
84 this.tbUrl
.Location
= new System
.Drawing
.Point(0, 13);
85 this.tbUrl
.Name
= "tbUrl";
86 this.tbUrl
.Size
= new System
.Drawing
.Size(824, 20);
87 this.tbUrl
.TabIndex
= 5;
89 // chkSuppressJITDebugger
91 this.chkSuppressJITDebugger
.AutoSize
= true;
92 this.chkSuppressJITDebugger
.Location
= new System
.Drawing
.Point(463, 42);
93 this.chkSuppressJITDebugger
.Name
= "chkSuppressJITDebugger";
94 this.chkSuppressJITDebugger
.Size
= new System
.Drawing
.Size(138, 17);
95 this.chkSuppressJITDebugger
.TabIndex
= 2;
96 this.chkSuppressJITDebugger
.Text
= "Suppress JIT Debugger";
97 this.chkSuppressJITDebugger
.UseVisualStyleBackColor
= true;
99 // chkSuppressHtmlElementError
101 this.chkSuppressHtmlElementError
.AutoSize
= true;
102 this.chkSuppressHtmlElementError
.Location
= new System
.Drawing
.Point(12, 42);
103 this.chkSuppressHtmlElementError
.Name
= "chkSuppressHtmlElementError";
104 this.chkSuppressHtmlElementError
.Size
= new System
.Drawing
.Size(165, 17);
105 this.chkSuppressHtmlElementError
.TabIndex
= 2;
106 this.chkSuppressHtmlElementError
.Text
= "Suppress Html Element Errors";
107 this.chkSuppressHtmlElementError
.UseVisualStyleBackColor
= true;
108 this.chkSuppressHtmlElementError
.CheckedChanged
+= new System
.EventHandler(this.chkSuppressHtmlElementError_CheckedChanged
);
112 this.btnNavigate
.Location
= new System
.Drawing
.Point(733, 36);
113 this.btnNavigate
.Name
= "btnNavigate";
114 this.btnNavigate
.Size
= new System
.Drawing
.Size(79, 23);
115 this.btnNavigate
.TabIndex
= 1;
116 this.btnNavigate
.Text
= "Go";
117 this.btnNavigate
.UseVisualStyleBackColor
= true;
118 this.btnNavigate
.Click
+= new System
.EventHandler(this.btnNavigate_Click
);
122 this.lbUrl
.AutoSize
= true;
123 this.lbUrl
.Dock
= System
.Windows
.Forms
.DockStyle
.Top
;
124 this.lbUrl
.Location
= new System
.Drawing
.Point(0, 0);
125 this.lbUrl
.Name
= "lbUrl";
126 this.lbUrl
.Size
= new System
.Drawing
.Size(225, 13);
127 this.lbUrl
.TabIndex
= 8;
128 this.lbUrl
.Text
= "URL (leave blank to load the internal test html)";
132 this.pnlBrowser
.Controls
.Add(this.wbcSample
);
133 this.pnlBrowser
.Dock
= System
.Windows
.Forms
.DockStyle
.Fill
;
134 this.pnlBrowser
.Location
= new System
.Drawing
.Point(0, 65);
135 this.pnlBrowser
.Name
= "pnlBrowser";
136 this.pnlBrowser
.Size
= new System
.Drawing
.Size(824, 546);
137 this.pnlBrowser
.TabIndex
= 2;
141 this.wbcSample
.Dock
= System
.Windows
.Forms
.DockStyle
.Fill
;
142 this.wbcSample
.HtmlElementErrorsSuppressed
= false;
143 this.wbcSample
.Location
= new System
.Drawing
.Point(0, 0);
144 this.wbcSample
.MinimumSize
= new System
.Drawing
.Size(20, 20);
145 this.wbcSample
.Name
= "wbcSample";
146 this.wbcSample
.Size
= new System
.Drawing
.Size(824, 546);
147 this.wbcSample
.TabIndex
= 0;
151 this.AcceptButton
= this.btnNavigate
;
152 this.AutoScaleDimensions
= new System
.Drawing
.SizeF(6F
, 13F
);
153 this.AutoScaleMode
= System
.Windows
.Forms
.AutoScaleMode
.Font
;
154 this.ClientSize
= new System
.Drawing
.Size(824, 611);
155 this.Controls
.Add(this.pnlBrowser
);
156 this.Controls
.Add(this.pnlMenu
);
157 this.Name
= "MainForm";
158 this.Text
= "CSWebBrowserSuppressError";
159 this.Load
+= new System
.EventHandler(this.MainForm_Load
);
160 this.pnlMenu
.ResumeLayout(false);
161 this.pnlMenu
.PerformLayout();
162 this.pnlBrowser
.ResumeLayout(false);
163 this.ResumeLayout(false);
171 private System
.Windows
.Forms
.Panel pnlMenu
;
172 private System
.Windows
.Forms
.TextBox tbUrl
;
173 private System
.Windows
.Forms
.CheckBox chkSuppressHtmlElementError
;
174 private System
.Windows
.Forms
.Button btnNavigate
;
175 private System
.Windows
.Forms
.CheckBox chkSuppressJITDebugger
;
176 private System
.Windows
.Forms
.Panel pnlBrowser
;
177 private WebBrowserEx wbcSample
;
178 private System
.Windows
.Forms
.CheckBox chkSuppressNavigationError
;
179 private System
.Windows
.Forms
.CheckBox chkSuppressAllDialog
;
180 private System
.Windows
.Forms
.Label lbUrl
;